[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Menu call flags

        #define QUITMENU         0x8000
        #define ESCQUIT          0x4000
        #define FREEMENU         0x2000
        #define HIERARCHIAL      0x0100
        #define UDFIDLE          0x0080
        #define DVFREESLICE      0x0040
        #define CASEINDEP        0x0020
        #define RESTORECURSOR    0x0010
        #define CURSORON         0x0008
        #define ERASEMENU        0x0004
        #define DISABLENOHILITE  0x0002
        #define WRAPAROUND       0x0001

    Menu command flags

        #define ENABLED          0x01
        #define DISABLED         0x02
        #define NOTOPTION        0x04
        #define STATICTEXT       NOTOPTION

    Menu internal flags

        #define FIRSTTIME        0x01

See Also: litebar_alloc() menu_popup() popup_alloc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson